﻿2026-09-11T08:36:54.4234308Z ##[group]Run actions/checkout@v5
2026-09-11T08:36:54.4235039Z with:
2026-09-11T08:36:54.4235387Z   fetch-depth: 2
2026-09-11T08:36:54.4235767Z   repository: BigscreenVR/spt-bs-core
2026-09-11T08:36:54.4238682Z   token: ***
2026-09-11T08:36:54.4239163Z   ssh-strict: true
2026-09-11T08:36:54.4239521Z   ssh-user: git
2026-09-11T08:36:54.4239893Z   persist-credentials: true
2026-09-11T08:36:54.4240274Z   clean: true
2026-09-11T08:36:54.4262206Z   sparse-checkout-cone-mode: true
2026-09-11T08:36:54.4262740Z   fetch-tags: false
2026-09-11T08:36:54.4263117Z   show-progress: true
2026-09-11T08:36:54.4263490Z   lfs: false
2026-09-11T08:36:54.4263819Z   submodules: false
2026-09-11T08:36:54.4264185Z   set-safe-directory: true
2026-09-11T08:36:54.4264580Z   allow-unsafe-pr-checkout: false
2026-09-11T08:36:54.4265357Z ##[endgroup]
2026-09-11T08:36:54.5029565Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-11T08:36:54.5031161Z ##[group]Getting Git version info
2026-09-11T08:36:54.5031815Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-11T08:36:54.5032754Z [command]/usr/bin/git version
2026-09-11T08:36:54.5033164Z git version 2.43.0
2026-09-11T08:36:54.5036177Z ##[endgroup]
2026-09-11T08:36:54.5043766Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/60c0dbfa-9269-4cb8-8f1e-d692a5e34d37/.gitconfig'
2026-09-11T08:36:54.5051510Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/60c0dbfa-9269-4cb8-8f1e-d692a5e34d37' before making global git config changes
2026-09-11T08:36:54.5052673Z Adding repository directory to the temporary git global config as a safe directory
2026-09-11T08:36:54.5054179Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-11T08:36:54.5105910Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-11T08:36:54.5124476Z https://github.com/BigscreenVR/spt-bs-core
2026-09-11T08:36:54.5134283Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-11T08:36:54.5136657Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-11T08:36:54.5154510Z refs/heads/main
2026-09-11T08:36:54.5160492Z [command]/usr/bin/git checkout --detach
2026-09-11T08:36:54.5233595Z HEAD is now at f020c4c77 docs(register): keep closed IR-73 out of capacity followup
2026-09-11T08:36:54.5269961Z [command]/usr/bin/git branch --delete --force main
2026-09-11T08:36:54.5304546Z Deleted branch main (was f020c4c77).
2026-09-11T08:36:54.5487816Z ##[endgroup]
2026-09-11T08:36:54.5490964Z [command]/usr/bin/git submodule status
2026-09-11T08:36:54.5677010Z ##[group]Cleaning the repository
2026-09-11T08:36:54.5679967Z [command]/usr/bin/git clean -ffdx
2026-09-11T08:36:55.8332499Z Removing target/
2026-09-11T08:36:55.8344332Z [command]/usr/bin/git reset --hard HEAD
2026-09-11T08:36:55.8431450Z HEAD is now at f020c4c77 docs(register): keep closed IR-73 out of capacity followup
2026-09-11T08:36:55.8439765Z ##[endgroup]
2026-09-11T08:36:55.8441681Z ##[group]Disabling automatic garbage collection
2026-09-11T08:36:55.8445788Z [command]/usr/bin/git config --local gc.auto 0
2026-09-11T08:36:55.8477163Z ##[endgroup]
2026-09-11T08:36:55.8478503Z ##[group]Setting up auth
2026-09-11T08:36:55.8485032Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-11T08:36:55.8514873Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-11T08:36:55.8712165Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-11T08:36:55.8740433Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-11T08:36:55.8943601Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-11T08:36:55.8971588Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-11T08:36:55.9169256Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-11T08:36:55.9203671Z ##[endgroup]
2026-09-11T08:36:55.9205613Z ##[group]Fetching the repository
2026-09-11T08:36:55.9211268Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +b12d4619ca97999c21e830c15716083e0f9d9487:refs/remotes/origin/main
2026-09-11T08:36:56.4505909Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-11T08:36:56.4507082Z    f020c4c77..b12d4619c  b12d4619ca97999c21e830c15716083e0f9d9487 -> origin/main
2026-09-11T08:36:56.4530397Z ##[endgroup]
2026-09-11T08:36:56.4530989Z ##[group]Determining the checkout info
2026-09-11T08:36:56.4532506Z ##[endgroup]
2026-09-11T08:36:56.4536354Z [command]/usr/bin/git sparse-checkout disable
2026-09-11T08:36:56.4574302Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-11T08:36:56.4596386Z ##[group]Checking out the ref
2026-09-11T08:36:56.4598743Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-11T08:36:56.4876022Z Previous HEAD position was f020c4c77 docs(register): keep closed IR-73 out of capacity followup
2026-09-11T08:36:56.4882515Z Switched to a new branch 'main'
2026-09-11T08:36:56.4883078Z branch 'main' set up to track 'origin/main'.
2026-09-11T08:36:56.4892485Z ##[endgroup]
2026-09-11T08:36:56.4935688Z [command]/usr/bin/git log -1 --format=%H
2026-09-11T08:36:56.4964798Z b12d4619ca97999c21e830c15716083e0f9d9487
